home *** CD-ROM | disk | FTP | other *** search
Wrap
INI File | 2003-06-19 | 3.4 KB | 137 lines
; -- NETIAS.INX -- ; ; Microsoft Internet Authentication Service ; ; Copyright (c) 1998-1999, Microsoft Corporation [version] signature = "$Windows NT$" LayoutFile = layout.inf Provider = %Msft% DriverVer=03/03/2003,5.00.2195.6675 ; ; For Optional Components Use Only ; [IAS] Uninstall = IAS.Remove RegisterDlls = IAS.Register ProfileItems = IAS.Shortcut.Add StartServices = IAS [IAS.Services] ; 0x10 = SPSVCINST_NOCLOBBER_STARTTYPE AddService = IAS, 0x10, IAS.AddService [IAS.Remove] DelReg = IAS.DelReg UnregisterDlls = IAS.Unregister ProfileItems = IAS.Shortcut.Remove [IAS.Remove.Services] DelService = IAS ; ; SNMP Extension Agent ; [IAS.SNMPAgent] AddAgent = IAS.AddSNMPAgent [IAS.Remove.SNMPAgent] DelAgent = IAS.Remove.DelSNMPAgent [IAS.AddSNMPAgent] ServiceName = "IAS" AgentName = "IASAgent" AgentPath = "%SystemRoot%\System32\iasperf.dll" [IAS.Remove.DelSNMPAgent] AgentName = "IASAgent" ; ; COM Object registration ; [IAS.Register] 11,, msjet40.dll, 1 11,, msjetoledb40.dll, 1 11,, msrd3x40.dll, 1 11,, msjtes40.dll, 1 11,, iasperf.dll, 1 11,, iassvcs.dll, 1 11,, iassdo.dll, 1 11,, iasads.dll, 1 11,, iasrecst.dll, 1 [IAS.Unregister] 11,, iasperf.dll, 1 ; ; Administrative Tools shortcut ; [IAS.Shortcut.Add] Name = %IAS_Shortcut_Display% CmdLine = 11,,"ias.msc /s" IconPath = 11,,iasmmc.dll IconIndex = 0 SubDir = %Snapin-Group-Name% Infotip = %IAS_Infotip% [IAS.Shortcut.Remove] Name = %IAS_Shortcut_Display%, 0x2 SubDir = %Snapin-Group-Name% ; ; Service Install Sections ; [IAS.AddService] DisplayName = %IAS_Display% ServiceType = 0x00000020 StartType = 2 ErrorControl = 1 ServiceBinary = "%%SystemRoot%%\System32\svchost.exe -k netsvcs" Dependencies = RPCSS AddReg = IAS.AddService.AddReg Description = %IAS_Desc% DelReg = IAS.AddService.DelReg [IAS_EventLogInstallSection] AddReg=IAS_Eventlog_AddReg DelReg=IAS_Eventlog_DelReg [IAS.AddService.AddReg] HKR, Parameters, ServiceDll, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\ias.dll" HKR, Parameters, Allow SNMP Set, %REG_DWORD%, 0 HKLM, System\CurrentControlSet\Services\EventLog\System\IAS, EventMessageFile, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\iassvcs.dll;%%SystemRoot%%\System32\mprmsg.dll" HKLM, System\CurrentControlSet\Services\EventLog\System\IAS, ParameterMessageFile, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\iassvcs.dll" HKLM, System\CurrentControlSet\Services\EventLog\System\IAS, TypesSupported, %REG_DWORD%, 0x0000001f [IAS.AddService.DelReg] HKLM, SOFTWARE\Microsoft\InetMgr\Parameters\AddOnServices, "IAS" HKLM, System\CurrentControlSet\Services\EventLog\Application\IAS [IAS.DelReg] HKLM, System\CurrentControlSet\Services\EventLog\System\IAS [Strings] Msft = "Microsoft" IAS_Display = "Internet Authentication Service" IAS_Desc = "Enables authentication, authorization and accounting of dial-up and VPN users. IAS supports the RADIUS protocol." Snapin-Group-Name = "Administrative Tools" IAS_Shortcut_Display = "Internet Authentication Service" IAS_Infotip = "Configures IAS, which performs authentication, authorization and accounting of dial-up and VPN users. IAS supports the RADIUS protocol." REG_MULTI_SZ = 0x10000 REG_EXPAND_SZ = 0x20000 REG_DWORD = 0x10001